home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
oper_sys
/
presto
/
prest1_0.lha
/
src
/
pstream.h
< prev
next >
Wrap
C/C++ Source or Header
|
1991-12-11
|
321b
|
18 lines
#ifndef __presto__pstream_h__
#define __presto__pstream_h__
#ifdef notdef
#define PSTREAM_SHARED shared_t
extern PSTREAM_SHARED ostream pcout;
extern PSTREAM_SHARED ostream pcerr;
extern PSTREAM_SHARED istream pcin;
#define cin pcin
#define cout pcout
#define cerr pcerr
#endif
#endif /* __presto__pstream_h__ */